Android chess development design [on hold]

Posted by Plejo on Game Development See other posts from Game Development or by Plejo
Published on 2014-08-24T21:01:38Z Indexed on 2014/08/24 22:35 UTC
Read the original article Hit count: 80846

Filed under:
|
|

I want to develop human vs human android chess game and I have bunch of new questions. I would like to have screen where online players are shown(nickname, rating) and when player challenge antoher player and he accpet it game begins.

These are my questions:

When player install application, does he have to create account/login or does every instance of installed application have some kind of ID so I can recognize it on server side? I want to have also ratings of players saved in my DB so login procedure will probably be necessary.

When player connects to server server updates online players list. When he challenge another player and he accept server exchange ip`s(and ports? which port to use?) between players. Then they connect to each other and game begins. What is best practice for connection between server-android and android-android? Probably sockets, right? Is there any library for handling lost connection etc.?

Which server do you recommend?

© Game Development or respective owner

Related posts about android

Related posts about server